Expand description

scoped-pool

A flexible thread pool providing scoped threads.

Structs

  • A thread-pool providing scoped and unscoped threads.
  • An execution scope, represents a set of jobs running on a Pool.
  • Thread configuration. Provides detailed control over the properties and behavior of new threads.
  • A synchronization primitive for awaiting a set of actions.